Esx Settings HardwareSupport Managers Packages Versions PackageInfo

Esx Settings HardwareSupport Managers Packages Versions PackageInfo
Esx Settings HardwareSupport Managers Packages Versions PackageInfo

The Esx Settings HardwareSupport Managers Packages Versions PackageInfo schema contains properties that describe a particular 3rd party Hardware Support Package (HSP)

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "pkg": "string",
    "version": "string",
    "description": "string",
    "supported_releases": [
        "string"
    ],
    "components": [
        {
            "name": "string",
            "display_name": "string",
            "version": "string",
            "display_version": "string"
        }
    ],
    "removed_components": [
        {
            "name": "string",
            "display_name": "string"
        }
    ]
}
string
pkg
Required

Name of the Hardware Support Package (e.g. "Jan. 2018 Release" or "Latest Hardware Support Package for Frobozz GenX hardware") selected

This property was added in vSphere API 7.0.0.0.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.esx.setting.hardware_support.package.

string
version
Required

Version of the Hardware Support Package (e.g. "20180128.1" or "v42") selected

This property was added in vSphere API 7.0.0.0.

string
description
Required

Description of the Hardware Support Package (HSP) (e.g. for use in help bubble)

This property was added in vSphere API 7.0.0.0.

array of string
supported_releases
Required

Supported vSphere releases

This property was added in vSphere API 7.0.0.0.

components
Required

List of components in this HSP manifest.

This property was added in vSphere API 7.0.0.0.

removed_components
Required

List of components removed by this HSP manifest.

This property was added in vSphere API 7.0.0.0.